home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.help.webapp_3.1.0 / advanced / linksToolbar.jsp < prev    next >
Encoding:
Text File  |  2005-09-29  |  783 b   |  23 lines

  1. <%--
  2.  Copyright (c) 2000, 2004 IBM Corporation and others.
  3.  All rights reserved. This program and the accompanying materials 
  4.  are made available under the terms of the Eclipse Public License v1.0
  5.  which accompanies this distribution, and is available at
  6.  http://www.eclipse.org/legal/epl-v10.html
  7.  
  8.  Contributors:
  9.      IBM Corporation - initial API and implementation
  10. --%>
  11. <%@ include file="header.jsp"%>
  12.  
  13.  
  14. <jsp:include page="toolbar.jsp">
  15.     <jsp:param name="script" value="navActions.js"/>
  16.     <jsp:param name="view" value="links"/>
  17.  
  18.     <jsp:param name="name"     value="synchnav"/>
  19.     <jsp:param name="tooltip"  value='SynchNav'/>
  20.     <jsp:param name="image"    value="synch_nav.gif"/>
  21.     <jsp:param name="action"   value="resynchNav"/>
  22.     <jsp:param name="state"    value='off'/>
  23. </jsp:include>